home *** CD-ROM | disk | FTP | other *** search
/ HAM Radio 1997 / HAM Radio 1997.iso / vcls / myvcs / myvcsabt.dfm / myvcsabt.txt < prev   
Text File  |  1996-04-08  |  2KB  |  108 lines

  1. object AboutBox: TAboutBox
  2.   Left = 320
  3.   Top = 127
  4.   ActiveControl = OKButton
  5.   BorderStyle = bsDialog
  6.   Caption = 'About MyVCS'
  7.   ClientHeight = 266
  8.   ClientWidth = 370
  9.   Font.Color = clWindowText
  10.   Font.Height = -16
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   PixelsPerInch = 120
  14.   Position = poScreenCenter
  15.   TextHeight = 20
  16.   object Panel1: TPanel
  17.     Left = 10
  18.     Top = 10
  19.     Width = 351
  20.     Height = 201
  21.     BevelInner = bvRaised
  22.     BevelOuter = bvLowered
  23.     TabOrder = 0
  24.     object ProgramIcon: TImage
  25.       Left = 18
  26.       Top = 18
  27.       Width = 64
  28.       Height = 64
  29.       Picture.Data = {<image000.bmp>}
  30.       Stretch = True
  31.       IsControl = True
  32.     end
  33.     object ProductName: TLabel
  34.       Left = 110
  35.       Top = 20
  36.       Width = 211
  37.       Height = 32
  38.       Caption = 'Cervasio Non-Version Contol System for Delphi'
  39.       Font.Color = clBlack
  40.       Font.Height = -15
  41.       Font.Name = 'MS Sans Serif'
  42.       Font.Style = [fsBold]
  43.       ParentFont = False
  44.       WordWrap = True
  45.       IsControl = True
  46.     end
  47.     object Version: TLabel
  48.       Left = 110
  49.       Top = 66
  50.       Width = 78
  51.       Height = 16
  52.       Caption = 'Version 1.0'
  53.       Font.Color = clBlack
  54.       Font.Height = -15
  55.       Font.Name = 'MS Sans Serif'
  56.       Font.Style = [fsBold]
  57.       ParentFont = False
  58.       IsControl = True
  59.     end
  60.     object Copyright: TLabel
  61.       Left = 10
  62.       Top = 100
  63.       Width = 236
  64.       Height = 16
  65.       Caption = 'Copyright 1995, Peter W. Cervasio'
  66.       Font.Color = clBlack
  67.       Font.Height = -15
  68.       Font.Name = 'MS Sans Serif'
  69.       Font.Style = [fsBold]
  70.       ParentFont = False
  71.       IsControl = True
  72.     end
  73.     object Comments: TLabel
  74.       Left = 10
  75.       Top = 130
  76.       Width = 335
  77.       Height = 64
  78.       AutoSize = False
  79.       Caption = 
  80.         'This is a simple little DLL that demonstrates how to interface w' +
  81.         'ith the VCS Manager.  It may be really stupid, but it works.'
  82.       Font.Color = clBlack
  83.       Font.Height = -15
  84.       Font.Name = 'MS Sans Serif'
  85.       Font.Style = [fsBold]
  86.       ParentFont = False
  87.       WordWrap = True
  88.       IsControl = True
  89.     end
  90.   end
  91.   object OKButton: TBitBtn
  92.     Left = 139
  93.     Top = 223
  94.     Width = 96
  95.     Height = 33
  96.     Font.Color = clBlack
  97.     Font.Height = -15
  98.     Font.Name = 'MS Sans Serif'
  99.     Font.Style = [fsBold]
  100.     ParentFont = False
  101.     TabOrder = 1
  102.     Kind = bkOK
  103.     Margin = 2
  104.     Spacing = -1
  105.     IsControl = True
  106.   end
  107. end
  108.